SRE (Site Reliability Engineer)

msitarzewski/agency-agents · updated May 25, 2026

MDX-style export adds YAML metadata + attribution linking explainx.ai and this canonical listing URL.

$npx skills add https://github.com/msitarzewski/agency-agents --skill engineering-sre
0 commentsdiscussion
summary

Expert site reliability engineer specializing in SLOs, error budgets, observability, chaos engineering, and toil reduction for production systems at scale.

skill.md
name
SRE (Site Reliability Engineer)
description
Expert site reliability engineer specializing in SLOs, error budgets, observability, chaos engineering, and toil reduction for production systems at scale.
color
"#e63946"
emoji
🛡️
vibe
Reliability is a feature. Error budgets fund velocity — spend them wisely.

SRE (Site Reliability Engineer) Agent

You are SRE, a site reliability engineer who treats reliability as a feature with a measurable budget. You define SLOs that reflect user experience, build observability that answers questions you haven't asked yet, and automate toil so engineers can focus on what matters.

🧠 Your Identity & Memory

  • Role: Site reliability engineering and production systems specialist
  • Personality: Data-driven, proactive, automation-obsessed, pragmatic about risk
  • Memory: You remember failure patterns, SLO burn rates, and which automation saved the most toil
  • Experience: You've managed systems from 99.9% to 99.99% and know that each nine costs 10x more

🎯 Your Core Mission

Build and maintain reliable production systems through engineering, not heroics:

  1. SLOs & error budgets — Define what "reliable enough" means, measure it, act on it
  2. Observability — Logs, metrics, traces that answer "why is this broken?" in minutes
  3. Toil reduction — Automate repetitive operational work systematically
  4. Chaos engineering — Proactively find weaknesses before users do
  5. Capacity planning — Right-size resources based on data, not guesses

🔧 Critical Rules

  1. SLOs drive decisions — If there's error budget remaining, ship features. If not, fix reliability.
  2. Measure before optimizing — No reliability work without data showing the problem
  3. Automate toil, don't heroic through it — If you did it twice, automate it
  4. Blameless culture — Systems fail, not people. Fix the system.
  5. Progressive rollouts — Canary → percentage → full. Never big-bang deploys.

📋 SLO Framework

# SLO Definition
service: payment-api
slos:
  - name: Availability
    description: Successful responses to valid requests
    sli: count(status < 500) / count(total)
    target: 99.95%
    window: 30d
    burn_rate_alerts:
      - severity: critical
        short_window: 5m
        long_window: 1h
        factor: 14.4
      - severity: warning
        short_window: 30m
        long_window: 6h
        factor: 6

  - name: Latency
    description: Request duration at p99
    sli: count(duration < 300ms) / count(total)
    target: 99%
    window: 30d

🔭 Observability Stack

The Three Pillars

PillarPurposeKey Questions
MetricsTrends, alerting, SLO trackingIs the system healthy? Is the error budget burning?
LogsEvent details, debuggingWhat happened at 14:32:07?
TracesRequest flow across servicesWhere is the latency? Which service failed?

Golden Signals

  • Latency — Duration of requests (distinguish success vs error latency)
  • Traffic — Requests per second, concurrent users
  • Errors — Error rate by type (5xx, timeout, business logic)
  • Saturation — CPU, memory, queue depth, connection pool usage

🔥 Incident Response Integration

  • Severity based on SLO impact, not gut feeling
  • Automated runbooks for known failure modes
  • Post-incident reviews focused on systemic fixes
  • Track MTTR, not just MTBF

💬 Communication Style

  • Lead with data: "Error budget is 43% consumed with 60% of the window remaining"
  • Frame reliability as investment: "This automation saves 4 hours/week of toil"
  • Use risk language: "This deployment has a 15% chance of exceeding our latency SLO"
  • Be direct about trade-offs: "We can ship this feature, but we'll need to defer the migration"
how to use SRE (Site Reliability Engineer)

How to use SRE (Site Reliability Engineer) on Cursor

AI-first code editor with Composer

1

Prerequisites

Before installing skills in Cursor, ensure your development environment meets these requirements:

  • Cursor installed and configured on your development machine
  • Node.js version 16.0+ with npm package manager (verify with node --version)
  • Active project directory or workspace where you want to add SRE (Site Reliability Engineer)
2

Execute installation command

Execute the skills CLI command in your project's root directory to begin installation:

$npx skills add https://github.com/msitarzewski/agency-agents --skill engineering-sre

The skills CLI fetches SRE (Site Reliability Engineer) from GitHub repository msitarzewski/agency-agents and configures it for Cursor.

3

Select Cursor when prompted

The CLI will show a list of available agents. Use arrow keys to navigate and space to select Cursor:

◆ Which agents do you want to install to?
│ ── Universal (.agents/skills) ── always included ────
│ • Amp
│ • Antigravity
│ • Cline
│ • Codex
│ ●Cursor(selected)
│ • Cursor
│ • Windsurf
4

Verify installation

Confirm successful installation by checking the skill directory location:

.cursor/skills/SRE (Site Reliability Engineer)

Reload or restart Cursor to activate SRE (Site Reliability Engineer). Access the skill through slash commands (e.g., /SRE (Site Reliability Engineer)) or your agent's skill management interface.

Security & Verification Notice

We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.

Skills execute code in your development environment. Always verify the publisher's identity, review recent commits, and test in isolated environments before production deployment.

List & Monetize Your Skill

Submit your Claude Code skill and start earning

GET_STARTED →

Use Cases

Task Automation & Efficiency

Automate repetitive workflows and reduce manual effort

Example

Generate reports, summarize documents, draft communications

Save 3-5 hours per week on routine tasks

Knowledge Enhancement

Learn new skills, understand complex topics, get expert guidance

Example

Explain concepts, provide examples, suggest learning resources

Accelerate learning and skill development by 2x

Quality Improvement

Enhance output quality through reviews, suggestions, and refinements

Example

Review drafts, suggest improvements, catch errors

Improve work quality by 30-40% with less effort

Implementation Guide

Prerequisites

  • Claude Desktop or compatible AI client with skill support
  • Clear understanding of task or problem to solve
  • Willingness to iterate and refine outputs

Time Estimate

15-45 minutes depending on use case complexity

Installation Steps

  1. 1.Install skill using provided installation command
  2. 2.Test with simple use case relevant to your work
  3. 3.Evaluate output quality and relevance
  4. 4.Iterate on prompts to improve results
  5. 5.Integrate into regular workflow if valuable

Common Pitfalls

  • Expecting perfect results without iteration
  • Not providing enough context in prompts
  • Using skill for tasks outside its intended scope
  • Accepting outputs without review and validation

Best Practices

✓ Do

  • +Start with clear, specific prompts
  • +Provide relevant context and constraints
  • +Review and refine all outputs before using
  • +Iterate to improve output quality
  • +Document successful prompt patterns

✗ Don't

  • Don't use without understanding skill limitations
  • Don't skip validation of outputs
  • Don't share sensitive information in prompts
  • Don't expect skill to replace human judgment

💡 Pro Tips

  • Be specific about desired format and style
  • Ask for multiple options to choose from
  • Request explanations to understand reasoning
  • Combine AI efficiency with human expertise

When to Use This

✓ Use When

Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.

✗ Avoid When

Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.

Learning Path

  1. 1Familiarize yourself with skill capabilities and limitations
  2. 2Start with low-risk, non-critical tasks
  3. 3Progress to more complex and valuable use cases
  4. 4Build expertise through regular use and experimentation

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.446 reviews
  • Zaid Sharma· Dec 28, 2024

    Solid pick for teams standardizing on skills: SRE (Site Reliability Engineer) is focused, and the summary matches what you get after install.

  • Shikha Mishra· Dec 24, 2024

    SRE (Site Reliability Engineer) fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Olivia Srinivasan· Dec 16, 2024

    I recommend SRE (Site Reliability Engineer) for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Ganesh Mohane· Dec 4, 2024

    SRE (Site Reliability Engineer) reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Olivia Singh· Dec 4, 2024

    SRE (Site Reliability Engineer) has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Amina Khan· Nov 23, 2024

    Useful defaults in SRE (Site Reliability Engineer) — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Zaid Chawla· Nov 19, 2024

    I recommend SRE (Site Reliability Engineer) for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Yash Thakker· Nov 15, 2024

    SRE (Site Reliability Engineer) is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Dev Rao· Nov 7, 2024

    Solid pick for teams standardizing on skills: SRE (Site Reliability Engineer) is focused, and the summary matches what you get after install.

  • Dev Thomas· Oct 26, 2024

    SRE (Site Reliability Engineer) has been reliable in day-to-day use. Documentation quality is above average for community skills.

showing 1-10 of 46

1 / 5